runtime.eface._type (field)
41 uses
runtime (current package)
alg.go#L165: t := a._type
alg.go#L272: t = a._type
alg.go#L366: return x._type == y._type && efaceeq(x._type, x.data, y.data)
arena.go#L121: e._type = t
arena.go#L147: t := e._type
arena.go#L177: xe._type = t
arena.go#L184: xe._type = t
arena.go#L295: typ := i._type
cgocall.go#L543: t := ep._type
cgocall.go#L555: switch aep._type.Kind_ & abi.KindMask {
cgocall.go#L567: t = ep._type
cgocall.go#L573: t = ep._type
cgocall.go#L579: pt := (*abi.PtrType)(unsafe.Pointer(aep._type))
cgocall.go#L794: t := ep._type
debuglog.go#L329: switch v._type.Kind_ & abi.KindMask {
error.go#L269: typestring := toRType(eface._type).string()
error.go#L271: switch eface._type.Kind_ {
heapdump.go#L400: dumpint(uint64(uintptr(unsafe.Pointer(eface._type))))
iface.go#L318: uint16Type *_type = efaceOf(&uint16Eface)._type
iface.go#L319: uint32Type *_type = efaceOf(&uint32Eface)._type
iface.go#L320: uint64Type *_type = efaceOf(&uint64Eface)._type
iface.go#L321: stringType *_type = efaceOf(&stringEface)._type
iface.go#L322: sliceType *_type = efaceOf(&sliceEface)._type
iface.go#L674: *dst = iface{assertE2I(inter, e._type), e.data}
iface.go#L679: *dst = iface{assertE2I(inter, e._type), e.data}
map_swiss.go#L333: e.data = unsafe.Pointer(mapclone2((*abi.SwissMapType)(unsafe.Pointer(e._type)), (*maps.Map)(e.data)))
mbitmap.go#L1728: t := e._type
mfinal.go#L264: (*eface)(r)._type = &f.ot.Type
mfinal.go#L269: (*iface)(r).tab = assertE2I(ityp, (*eface)(r)._type)
mfinal.go#L436: etyp := e._type
mfinal.go#L481: ftyp := f._type
mfinal.go#L517: if itab := assertE2I2(ityp, efaceOf(&obj)._type); itab != nil {
netpoll.go#L721: x._type = pdType
netpoll.go#L728: pdType *_type = efaceOf(&pdEface)._type
panic.go#L653: throw(text + ": type " + toRType(efaceOf(&r)._type).string())
pinner.go#L107: etyp := e._type
print.go#L256: print("(", e._type, ",", e.data, ")")
runtime2.go#L185: _type *_type
stkframe.go#L266: abiRegArgsType := efaceOf(&abiRegArgsEface)._type